home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / New System Software Extensions / QuickDraw™ GX 1.1.2 / Programming Stuff / Sample Code / General QDGX App Samples / QuickDraw GX Shell ƒ / Prefix.mw68k.h next >
Encoding:
C/C++ Source or Header  |  1995-04-10  |  277 b   |  10 lines  |  [TEXT/MMCC]

  1. #define debugging 1
  2.  
  3. #ifndef powerc
  4.     // The following is required if using Metrowerks 68K (CW4).
  5.     // Otherwise, MetroWerks 68K expects (and uses what it thinks are)
  6.     // A0 result values instead of D0 ones.
  7.  
  8.     #pragma pointers_in_D0        //    Required for c-style toolbox glue.
  9. #endif
  10.